Add as much of Repo as easily possible
authorFelix Krull <f_krull@gmx.de>
Sat, 29 Sep 2018 17:14:14 +0000 (19:14 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
commit19fef715921538012301d7af7540db414800a429
treeb36823ac5ed4ded7201d182bec7c983739a2ef78
parent62f8310dea58fb6efaa87aaf21e1c76aefa3a28b
Add as much of Repo as easily possible
20 files changed:
rust-bindings/rust/conf/libostree.toml
rust-bindings/rust/libostree/Cargo.lock
rust-bindings/rust/libostree/Cargo.toml
rust-bindings/rust/libostree/src/auto/async_progress.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/collection_ref.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/enums.rs
rust-bindings/rust/libostree/src/auto/flags.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/gpg_verify_result.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/mod.rs
rust-bindings/rust/libostree/src/auto/mutable_tree.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/remote.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/repo.rs
rust-bindings/rust/libostree/src/auto/repo_commit_modifier.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/repo_dev_ino_cache.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/repo_file.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/repo_transaction_stats.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/se_policy.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/auto/versions.txt [deleted file]
rust-bindings/rust/libostree/src/lib.rs
rust-bindings/rust/sample/Cargo.lock